From: Jim Blandy Date: Sat, 15 May 1993 20:47:28 +0000 (+0000) Subject: * systime.h: Borrow CPP sequence from getdate.y to include the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96257 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d712c26dd5c1057a845c162ce61c965ff01ea01d;p=emacs.git * systime.h: Borrow CPP sequence from getdate.y to include the proper combination of and . --- diff --git a/src/systime.h b/src/systime.h index 3f40b12c021..faf5d139956 100644 --- a/src/systime.h +++ b/src/systime.h @@ -17,12 +17,14 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef TM_IN_SYS_TIME +#ifdef TIME_WITH_SYS_TIME #include -#else #include +#else #ifdef HAVE_SYS_TIME_H #include +#else +#include #endif #endif